type runtime.puintptr
11 uses
runtime (current package)
runtime2.go#L289: type puintptr uintptr
runtime2.go#L292: func (pp puintptr) ptr() *p { return (*p)(unsafe.Pointer(pp)) }
runtime2.go#L295: func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }
runtime2.go#L548: p puintptr // attached p for executing go code (nil if not executing go code)
runtime2.go#L549: nextp puintptr
runtime2.go#L550: oldp puintptr // the p that was attached before executing a syscall
runtime2.go#L624: link puintptr
runtime2.go#L794: pidle puintptr // idle p's
time.go#L22: pp puintptr
trace.go#L198: lastP puintptr // last P emitted an event for this goroutine
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |